home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / mac / Info / 5Networking / ATTACHMA / MODEMINT.EXE / WSMCMQ24.EXE / WSI24MCM.BAT < prev    next >
DOS Batch File  |  1995-01-05  |  863b  |  50 lines

  1. @ECHO OFF 
  2. CLS
  3. ECHO ** Sending 2400 WS Configuration To Microcom QX/4232bis On %1 **
  4. MODE %1:24,N,8,1>NUL
  5.  
  6. ECHO
  7. ECHO - Load Factory Settings
  8. TYPE wsi24.MDM>%1
  9. DELAY
  10.  
  11. ECHO - Basic Hayes Set
  12. TYPE wsi240.MDM>%1
  13. DELAY
  14.  
  15. ECHO & Ampersand Commands (Set 1)
  16. TYPE wsi24&0.MDM>%1
  17. DELAY
  18.             
  19. ECHO % Percent Commands (Set 1)
  20. TYPE wsi24pc0.MDM>%1
  21. DELAY
  22.  
  23. ECHO $ Commands (Set 1)
  24. TYPE wsi24$0.MDM>%1
  25. DELAY
  26.  
  27. ECHO Respond To Modem
  28. TYPE wsi24YES.MDM>%1
  29. DELAY
  30.  
  31. ECHO - Commands (Set 1)
  32. TYPE wsi24DSH.MDM>%1
  33. DELAY
  34.  
  35. ECHO \ Commands (Set 1)
  36. TYPE wsi24BS0.MDM>%1
  37. DELAY
  38.  
  39. ECHO s S-Register Commands (Set 1)
  40. TYPE wsi24S00.MDM>%1
  41. DELAY
  42.  
  43. ECHO Write NVRAM Page 0 
  44. TYPE wsi24wrt.MDM>%1
  45. DELAY
  46.  
  47. ECHO                                                                          .
  48. ECHO *****      Modem Configuration Complete      *****
  49. @ECHO ON
  50.